home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / vsresize / form2.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-05-27  |  2.2 KB  |  78 lines

  1. VERSION 5.00
  2. Object = "{FB51CC5D-C9AE-11D2-9B03-006052087927}#1.1#0"; "VSResize.ocx"
  3. Begin VB.Form Form2 
  4.    Caption         =   "Form2"
  5.    ClientHeight    =   2295
  6.    ClientLeft      =   60
  7.    ClientTop       =   345
  8.    ClientWidth     =   4680
  9.    BeginProperty Font 
  10.       Name            =   "Arial"
  11.       Size            =   8.25
  12.       Charset         =   238
  13.       Weight          =   400
  14.       Underline       =   0   'False
  15.       Italic          =   0   'False
  16.       Strikethrough   =   0   'False
  17.    EndProperty
  18.    LinkTopic       =   "Form1"
  19.    MDIChild        =   -1  'True
  20.    ScaleHeight     =   2295
  21.    ScaleWidth      =   4680
  22.    Begin VisualSoftResize.VSResize VSResize1 
  23.       Left            =   2160
  24.       Top             =   960
  25.       _ExtentX        =   820
  26.       _ExtentY        =   820
  27.       MaxWidth        =   15360
  28.       MaxHeight       =   11520
  29.       MDIWidth        =   4680
  30.       MDIHeight       =   2295
  31.    End
  32.    Begin VB.DirListBox Dir1 
  33.       Height          =   570
  34.       Left            =   1800
  35.       TabIndex        =   2
  36.       Top             =   120
  37.       Width           =   2055
  38.    End
  39.    Begin VB.ListBox List1 
  40.       Height          =   900
  41.       Left            =   480
  42.       TabIndex        =   1
  43.       Top             =   1080
  44.       Width           =   1335
  45.    End
  46.    Begin VB.CommandButton Command1 
  47.       Caption         =   "Command1"
  48.       Height          =   495
  49.       Left            =   240
  50.       TabIndex        =   0
  51.       Top             =   240
  52.       Width           =   1215
  53.    End
  54.    Begin VB.Line Line3 
  55.       X1              =   2760
  56.       X2              =   4560
  57.       Y1              =   1560
  58.       Y2              =   1920
  59.    End
  60.    Begin VB.Line Line2 
  61.       X1              =   2640
  62.       X2              =   4440
  63.       Y1              =   1200
  64.       Y2              =   1200
  65.    End
  66.    Begin VB.Line Line1 
  67.       X1              =   3960
  68.       X2              =   2520
  69.       Y1              =   240
  70.       Y2              =   960
  71.    End
  72. Attribute VB_Name = "Form2"
  73. Attribute VB_GlobalNameSpace = False
  74. Attribute VB_Creatable = False
  75. Attribute VB_PredeclaredId = True
  76. Attribute VB_Exposed = False
  77. Option Explicit
  78.